home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0599 / 000084_nobody_Mon May 17 10:43:52 1999.msg < prev    next >
Internet Message Format  |  1999-06-01  |  3KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.209])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id KAA27598
  3.     for <mcox4@osf1.gmu.edu>; Mon, 17 May 1999 10:43:51 -0400 (EDT)
  4. Received: (qmail 10119 invoked by alias); 17 May 1999 14:42:50 -0000
  5. Received: (qmail 10052 invoked from network); 17 May 1999 14:42:48 -0000
  6. Received: from unknown (HELO isis.univ-lille2.fr) (193.51.139.40) by pop.onelist.com with SMTP; 17 May 1999 14:42:48 -0000
  7. Received: from hp-sc.univ-lille2.fr ([194.167.255.12]) by isis.univ-lille2.fr (Netscape Messaging Server 3.52) with ESMTP id AAA7213 for <amos-list@onelist.com>; Mon, 17 May 1999 16:51:12 +0100
  8. Message-ID: <37402AE9.FB541B6C@hp-sc.univ-lille2.fr>
  9. Date: Mon, 17 May 1999 16:42:49 +0200
  10. From: "floquet" <floquet@hp-sc.univ-lille2.fr>
  11. Organization: Universite de Lille 2
  12. X-Mailer: Mozilla 4.05 [fr] (Win95; I)
  13. To: amos-list@onelist.com
  14. References: <yam7806.1900.2021106408@mail.online.no>
  15. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  16. Delivered-To: mailing list amos-list@onelist.com
  17. Precedence: bulk
  18. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  19. Reply-to: amos-list@onelist.com
  20. Mime-Version: 1.0
  21. Content-Type: text/plain; charset=us-ascii
  22. Content-Transfer-Encoding: 7bit
  23. Subject: Re: [amos-list] odd compiler prob...
  24. Status: O
  25. X-Status: 
  26.  
  27. From: "floquet" <floquet@hp-sc.univ-lille2.fr>
  28.  
  29. Arash Tavakoli wrote:
  30. > If i dimension an array bigger than the standard variable space,
  31. > (even if I Setbuffer with insanely high numbers) the compiled program just
  32. > exits with "illeagal instruction" error...
  33. > does anyone know how to fix this?
  34.  
  35. Most of Basics don't like huge arrays, whatever your buffer space
  36. is.
  37.  
  38. If you store numbers or short strings, use a bank.
  39. If you store big strings (like names), use a random-access file,
  40. located in RAM:, it's fast enough for most operations, but your
  41. code will grow a little bit ;)
  42. Put your file on disk if it is *VERY* big, but never forget that
  43. people don't all have plenty of ram. Or hard drives.
  44.  
  45. -- 
  46.  +____________        +____  
  47.  /____   ____/\       /   /  
  48.  \___/  __/\_\/ *____/   / AMIGA     Amiga owners    AMIGA
  49.     /__/\_\/     \  /   / POWER        know the       RULES
  50.     \__\/         \/___/INSIDE        difference.      !!!!
  51.  
  52. http://members.xoom.com/T_h_y/
  53.  
  54. ------------------------------------------------------------------------
  55. Did you know ONElist has over 300 Star Wars lists?
  56. http://www.ONElist.com
  57. Join one today!
  58. ------------------------------------------------------------------------
  59. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html